Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCM Managed firewalls #169

Merged
merged 19 commits into from
Jan 30, 2024
Merged

CCM Managed firewalls #169

merged 19 commits into from
Jan 30, 2024

Conversation

tchinmai7
Copy link
Contributor

@tchinmai7 tchinmai7 commented Jan 18, 2024

Adds a new feature - ccm managed firewalls. Firewall rules can by specified by the user using an annotation - service.beta.kubernetes.io/linode-loadbalancer-firewall-acl
closes #152

General:

  • Have you removed all sensitive information, including but not limited to access keys and passwords?
  • Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?

Pull Request Guidelines:

  1. Does your submission pass tests?
  2. Have you added tests?
  3. Are you addressing a single feature in this PR?
  4. Are your commits atomic, addressing one change per commit?
  5. Are you following the conventions of the language?
  6. Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. Have you explained your rationale for why this feature is needed?
  8. Have you linked your PR to an open issue

@tchinmai7 tchinmai7 changed the title Firewall implementation CCM Managed firewalls Jan 24, 2024
@tchinmai7 tchinmai7 marked this pull request as ready for review January 24, 2024 15:38
cloud/linode/loadbalancers.go Outdated Show resolved Hide resolved
cloud/linode/loadbalancers.go Outdated Show resolved Hide resolved
cloud/linode/loadbalancers.go Show resolved Hide resolved
cloud/linode/loadbalancers.go Outdated Show resolved Hide resolved
cloud/linode/loadbalancers.go Show resolved Hide resolved
cloud/linode/loadbalancers.go Outdated Show resolved Hide resolved
cloud/linode/loadbalancers.go Show resolved Hide resolved
cloud/linode/loadbalancers.go Outdated Show resolved Hide resolved
@tchinmai7 tchinmai7 merged commit 49549b4 into main Jan 30, 2024
4 checks passed
@tchinmai7 tchinmai7 deleted the firewall-configmap branch January 30, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Firewall ACL Rules as an Annotation
3 participants